Server Watch Plugin SDK Date: 6 Feb 2004
Release: 1.0
Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

SWMacros.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define SWSUCCEESS(Status)   ((int)(Status) > 0)
#define SWFAILED(Status)   ((int)(Status) <= 0)
#define MESSAGE_DBG(ErrorString, ErrorCaption)   ((void)0)

Enumerations

enum  SWRESULT {
  SW_FAIL = 0, SW_OK = 1, SW_CANCEL = 2, SW_NOTIMPL = -1,
  SW_INVALIDARG = -2, SW_OUTOFBOUNDS = -2, SW_MEMORYERR = -3, SW_INCORRECTSTATE = -4,
  SW_PLUGINERROR = -5, SW_NOSERVER = -6, SW_NOTINITIALIZED = -7, SW_INCOMPLETEDATA = -8
}


Define Documentation

#define SWSUCCEESS Status   )     ((int)(Status) > 0)
 

#define SWFAILED Status   )     ((int)(Status) <= 0)
 

#define MESSAGE_DBG ErrorString,
ErrorCaption   )     ((void)0)
 


Enumeration Type Documentation

enum SWRESULT
 

Enumeration values:
SW_FAIL 
SW_OK 
SW_CANCEL 
SW_NOTIMPL 
SW_INVALIDARG 
SW_OUTOFBOUNDS 
SW_MEMORYERR 
SW_INCORRECTSTATE 
SW_PLUGINERROR 
SW_NOSERVER 
SW_NOTINITIALIZED 
SW_INCOMPLETEDATA 


Copyright (c) 2003-2004, Deep Fried Software. All rights reserved.